Wait For File
Waits for a specified file action (created or deleted) to occur on a file within a specified timeout.

Input
Input
| Name | Required | Description |
|---|---|---|
| File Action | The action to wait for on the file | |
| File Path | The file path to wait for the action on | |
| Timeout (seconds) | The maximum amount of time to wait for the file action | |
| Fail on Timeout | If true, this action will fail when it times out. |
Output
| Name | Required | Description |
|---|---|---|
| Action Success | True if the action passed, false if it failed. |